Skip to content
  • 💬 LCDUINO

    OpenHardware.io lcd arduino nano uart serial
    5
    0 Votes
    5 Posts
    82 Views
    Nca78N
    @NeverDie said in 💬 LCDUINO: the LCD components don't appear to be named, not even on the schematic Looks like a typical text LCD like 1602 on the picture.
  • 0 Votes
    12 Posts
    633 Views
    M
    Package: YesUse: SwitchUse: Automated curtainsUse: UniversalUse: Electric DoorUse: TVUse: LightingChannel: 4Wireless Communication: RFBrand Name: QIACHIPFrequency: 433 MHzSupport APP: NoModel Number: KT16+480E*4Working Voltage: DC 3.3~5VEncoding Type: Learning EV1527Application example 1: Mandos a Distancia De Puertas De GarageApplication example 3: Garage Doors Access Control SsystemWorking Temperature: -25~75Use: Automated curtains,Universal,Switch,Electric DoReceiving Sensitivity: -108dBQuiescent Current: <5mAApplication example 2: Electronic Gates Access Control SystemApplication example 4: Electrical Appliances Control```
  • 💬 Arduino Nano NRF24L01+ Shield

    OpenHardware.io nrf24l01+ arduino nano
    3
    0 Votes
    3 Posts
    533 Views
    tianaT
    I also have project for mini. The project have pads for battery, battery protection IC, LIPO charger USB for charging... battery voltage measurements.... But the project is not released yet, because high temperature during charging.
  • 💬 Arduino NANO & RFM69HCW

    OpenHardware.io rfm69 arduino nano
    3
    1 Votes
    3 Posts
    465 Views
    E
    Everything is possible :) I just added CAD files. If anyone wants to change something.
  • 1 Votes
    7 Posts
    763 Views
    G
    Hi, for everyone who reads all of this, forget about the last few posts. I don't know why it works even when the Interrups are masked out on the radio, but it works now. The error I had occured because of the config of the OrangePi-Gateway. I removed: --extra-cxxflags="-DMY_RF24_DATARATE=\(RF24_250KBPS\) -DMY_RF24_BASE_RADIO_ID=\(0x00,0xFC,0xE1,0xA8,0xA8\) -DMY_DEBUG_VERBOSE_RF24" and wrote: --extra-cxxflags="-DMY_RF24_DATARATE=\(RF24_250KBPS\) -DMY_DEBUG_VERBOSE_RF24" Now I think I have an working OrangePi-Gateway without signing but with interrupt enabled. If there are new problems I will come back here. The next step for me is to activate signing again and bring the node into homeassistant.
  • How to use SoftwareSerial Library?

    Development softwareserial rs485 arduino nano
    16
    0 Votes
    16 Posts
    6k Views
    kduinoK
    Hi PJR, now it is working with this code in the MyTransportRS485 without any changes on MySensors.h: #if defined(MY_RS485_SWSERIAL) SoftwareSerial& _dev = MY_RS485_SWSERIAL; #elif defined(__linux__) SerialPort _dev = SerialPort(MY_RS485_HWSERIAL); #elif defined(MY_RS485_HWSERIAL) HardwareSerial& _dev = MY_RS485_HWSERIAL; #else AltSoftSerial _dev; #endif As far as I can interpret the peace of code, the #include "hal/transport/MyTransportRS485.cpp" is active as soon as the MY_RS485 layer is defined. This is a great step, I can use all my nodes from now on! Thank you very much for your support! By Kduino
  • 0 Votes
    11 Posts
    4k Views
    bobbybobbybobbyB
    @bobbybobbybobby @pansen and @tbowmo fimaly i got arduino ide running on my rpi!!! i was trying this for about a weeks now. thanks for the support.
  • 0 Votes
    16 Posts
    7k Views
    M
    @cadet I'm no expert but I would have looked at the data sheet and measured up to make sure that the hardware are not defective in any way. http://ww1.microchip.com/downloads/en/DeviceDoc/39662c.pdf Or the radio. //Mattias
  • 1 Votes
    1 Posts
    2k Views
    No one has replied
  • 0 Votes
    12 Posts
    6k Views
    T
    @AWI @Hoffan @sundberg84 I can see both sketches are working, this is what the gateway prints out: 0;0;3;0;14;Gateway startup complete. 0;0;3;0;9;read: 105-105-0 s=255,c=0,t=18,pt=0,l=5:1.5.1 105;255;0;0;18;1.5.1 0;0;3;0;9;read: 105-105-0 s=255,c=3,t=6,pt=1,l=1:0 105;255;3;0;6;0 0;0;3;0;9;read: 105-105-0 s=255,c=3,t=11,pt=0,l=5:Relay 105;255;3;0;11;Relay 0;0;3;0;9;read: 105-105-0 s=255,c=3,t=12,pt=0,l=3:1.0 105;255;3;0;12;1.0 0;0;3;0;9;read: 105-105-0 s=1,c=0,t=3,pt=0,l=0: 105;1;0;0;3; 0;0;3;0;9;read: 105-105-0 s=2,c=0,t=3,pt=0,l=0: 105;2;0;0;3; 0;0;3;0;9;read: 105-105-0 s=3,c=0,t=3,pt=0,l=0: 105;3;0;0;3; 0;0;3;0;9;read: 105-105-0 s=4,c=0,t=3,pt=0,l=0: 105;4;0;0;3; Is this correct?
  • 0 Votes
    3 Posts
    2k Views
    m26872M
    @drock1985 Maybe some hints here.
  • 0 Votes
    4 Posts
    2k Views
    AndurilA
    @ndiwan you can check what kind of usb interface chip your nano clone uses: look at the bottom side of your nano, there should be only one chip. If it is a ch340 you will need the drivers given by Al.

12

Online

11.7k

Users

11.2k

Topics

113.1k

Posts